Q3PixmapTexture_New
You can use theQ3PixmapTexture_New
function to create a new pixmap texture.
TQ3TextureObject Q3PixmapTexture_New ( const TQ3StoragePixmap *pixmap);
pixmap
- A storage pixmap.
DESCRIPTION
TheQ3PixmapTexture_New
function returns, as its function result, a new texture object that uses the storage pixmap specified by thepixmap
parameter. IfQ3PixmapTexture_New
cannot create a new pixmap texture object, it returns the valueNULL
.